Skip to content

Security: Fix stdlib CVEs (go1.26.6) - #3135

Merged
tekton-robot merged 1 commit into
mainfrom
fix/SRVKP-13176-stdlib-go1.26.6-main-attempt-1
Aug 18, 2026
Merged

Security: Fix stdlib CVEs (go1.26.6)#3135
tekton-robot merged 1 commit into
mainfrom
fix/SRVKP-13176-stdlib-go1.26.6-main-attempt-1

Conversation

@divyansh42

Copy link
Copy Markdown
Member

Changes

Bump Go stdlib from go 1.26.5 to go 1.26.6 to fix four vulnerabilities confirmed by govulncheck on the main branch.

Vulnerabilities fixed:

Advisory Package Description Severity
GO-2026-6218 net/url Quadratic complexity in resolvePath Important (CVSS 7.5)
GO-2026-6090 crypto/tls Unbounded post-handshake messages Important (CVSS 7.5)
GO-2026-5972 encoding/asn1 Missing max recursion depth Important (CVSS 7.5)
GO-2026-5026 net/http Punycode-encoded label rejection in idna Important (CVSS 7.5)

Already fixed on this branch:

Related Jira: SRVKP-13176 (FedRAMP ConMon scan — pipelines-cli-tkn-rhel9)

govulncheck Scan (pre-fix)

Tool: govulncheck v1.7.0, GOTOOLCHAIN=go1.26.5
GO-2026-6218 (net/url): Found in go1.26.5 → Fixed in go1.26.6
GO-2026-6090 (crypto/tls): Found in go1.26.5 → Fixed in go1.26.6
GO-2026-5972 (encoding/asn1): Found in go1.26.5 → Fixed in go1.26.6
GO-2026-5026 (net/http): Found in go1.26.5 → Fixed in go1.26.6

Changes Applied

  • go.mod: go 1.26.5go 1.26.6
  • go mod tidy
  • go mod verify ✅ (all modules verified)
  • go mod vendor

Submitter Checklist

  • Includes tests (dependency-only update, no logic changes)
  • Run the code checkers with make check
  • Regenerate the manpages, docs and go formatting with make generated
  • Commit messages follow commit message best practices

Unit Test Results

Status: ⚠️ Pre-existing failures in hub tests (unrelated to this change — user: unknown userid 1009320000 is a container environment issue present on the unmodified main branch too)

All other ./pkg/... packages: PASSED

Release Notes

NONE

🤖 Generated by CVE Fixer Workflow

Addresses four stdlib vulnerabilities confirmed by govulncheck:
- GO-2026-6218: Quadratic complexity in net/url.resolvePath
- GO-2026-6090: Unbounded post-handshake messages in crypto/tls
- GO-2026-5972: Max recursion depth in encoding/asn1
- GO-2026-5026: Punycode-encoded label rejection in net/http

Related: SRVKP-13176

Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label Aug 16, 2026
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 16, 2026
@pratap0007

Copy link
Copy Markdown
Contributor

/lgtm
/approve

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 18, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pratap0007

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 18, 2026
@tekton-robot
tekton-robot merged commit 3ebaddc into main Aug 18, 2026
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants